home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the-kitchen-of-doom.swf / scripts / DefineSprite_962 / frame_1 / PlaceObject2_936_493 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2008-03-14  |  206b  |  11 lines

  1. onClipEvent(load){
  2.    point1 = _parent.pt7._x;
  3.    point2 = _parent.pt8._x;
  4.    currEnemies = 0;
  5.    maxEnemies = 1;
  6.    interval = 0;
  7.    spawnWait = 3000;
  8.    spawnInterval = 5000;
  9.    spawnDir = 0;
  10. }
  11.